home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / filesyst / dosfs / dmsdosfs.000 / dmsdosfs / dmsdosfs-0.6.9b / config.in.dpat_1.3.8x < prev    next >
Text File  |  1996-06-29  |  1KB  |  23 lines

  1. find comment 'Filesystems'
  2. #find dep_tristate 'umsdos: Unix like fs on top of std MSDOS FAT fs' CONFIG_UMSDOS_FS $CONFIG_MSDOS_FS
  3. #insert if [ "$CONFIG_MSDOS_FS" = "y" ] ; then
  4. #insert   bool 'dmsdos: DoubleSpace and DriveSpace support' CONFIG_DMSDOS_FS
  5. #insert   bool '*msdos option: extended text cp translation' CONFIG_FS_DOS2ANSI
  6. #insert fi
  7. find dep_tristate 'VFAT (Windows-95) fs support' CONFIG_VFAT_FS $CONFIG_FAT_FS
  8. insert dep_tristate 'dmsdos: MSDOS compressed fs (DoubleSpace and DriveSpace) support' CONFIG_DMSDOS_FS $CONFIG_MSDOS_FS
  9. insert if [ "$CONFIG_DMSDOS_FS" != "n" -a "$CONFIG_VFAT_FS" != "n" ]; then
  10. insert   if [ "$CONFIG_DMSDOS_FS" != "y" -o "$CONFIG_VFAT_FS" != "m" ]; then
  11. insert     bool '     VFAT support for *uncompressed* parts' CONFIG_DMSDOS_UPON_VFAT
  12. insert   fi
  13. insert fi
  14. find dep_tristate 'umsdos: Unix like fs on top of std MSDOS FAT fs' CONFIG_UMSDOS_FS $CONFIG_MSDOS_FS
  15. insert if [ "$CONFIG_DMSDOS_FS" != "n" -a "$CONFIG_UMSDOS_FS" != "n" ]; then
  16. insert   if [ "$CONFIG_DMSDOS_FS" != "m" -o "$CONFIG_UMSDOS_FS" != "y" ]; then
  17. insert     bool '     DoubleSpace/DriveSpace support in umsdos partitions' CONFIG_UMSDOS_UPON_DMSDOS
  18. insert     if [ "$CONFIG_UMSDOS_FS" = "y" -a "$CONFIG_UMSDOS_UPON_DMSDOS" = "y" ]; then
  19. insert       bool '     Support for root fs on compressed partitions' CONFIG_DMSDOS_UMSDOS_BOOT n
  20. insert     fi
  21. insert   fi
  22. insert fi
  23.